Skip to main content

Evaluated Model

EvaluatedModel

Generates an evaluated model of the ORT result.

Configuration

Example

Use the following syntax to configure this plugin globally as part of config.yml:

ort:
reporter:
reporters:
EvaluatedModel:
options:
deduplicateDependencyTree: false
outputFileFormats: JSON

Options

deduplicateDependencyTree

BOOLEAN Default

Controls whether subtrees occurring multiple times in the dependency tree are stripped.

outputFileFormats

ENUM_LIST Default

Alias: output.file.formats

Possible values: JSON, YAML (alias: YML)

The list of file formats to generate, defaults to JSON. Supported formats are JSON and YAML.